You are here: FME Server Administrator's Guide > Common Configurations > Configuring FME Server to Receive E-mail

Configuring FME Server to Receive E-mail

FME Server includes a service for receiving e-mail.

Note:  The e-mail server included with FME Server is intended for receiving e-mails. To configure FME Server to send e-mails using your own SMTP server, use the FME Server Notification Service to create an e-mail subscriber. To create an e-mail subscriber, open the FME Server Web User Interface and click Notifications > Subscriptions tab. For instructions on how to configure FME Server to send e-mail notifications upon success or failure of job completion, see Configuring FME Server to Send Email Notifications on Job Completion.

To use the e-mail server, you must change the host name of the service to the public host name you plan on assigning to the FME Server.

  1. Open this file:

    <FME Server Install DIR>\Utilities\smtprelay\james\apps\james\SAR-INF\config.xml

  2. Find the following tags:

    <postmaster>Postmaster@localhost</postmaster>

    <servername>localhost</servername>

  3. Replace the term localhost with your public host name. For example:

    <postmaster>Postmaster@fmeserver.example.com</postmaster>

    <servername>fmeserver.example.com</servername>

  4. Configure the attachments directory.

  5. Save and close the config file, then Restart the FME Server SMTP Relay service.

  6. If you want the e-mail server to be accessible to the Internet, the following ports must be open:

  7. Note:  To send e-mail to an FME Server that is not accessible to the Internet, you can configure your own e-mail service to forward e-mails to FME Server.

Safe Software Inc. www.safe.com